OnClientSelectionChanged Property (FlexMap<T>)
In This Topic
Occurs after the selection changes, whether programmatically or when the user clicks the chart.
Syntax
'Declaration
Public Overridable Property OnClientSelectionChanged As String
public virtual string OnClientSelectionChanged {get; set;}
See Also